Heatmap2DArrayDataSeries
StockSharp.Xaml.Charting.Model.DataSeries
Represents static 2D array as IDataSeries to be displayed by FastHeatmapRenderableSeries Converts data into color
Реализует: IDataSeries<T, T>, IDataSeries, ISuspendable, IHeatmap2DArrayDataSeriesInternal, IHeatmap2DArrayDataSeries
Конструкторы
Heatmap2DArrayDataSeries(T, Func<int, T>, Func<int, T>)
Creates an instance of Heatmap2dArrayDataSeries from 2D array
- array2D
- 2D array with data. First dimension is considered as Y, second one is X
- xMapping
- Delegate which returns X value for X index in 2D array
- yMapping
- Delegate which returns Y value for Y index in 2D array
Свойства
LatestYValue : IComparable
Gets the latest Y-Value of the DataSeries
Методы
GetIndex``1(Func<int, T>, double, int)
Reverse mapping